home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gMark
- if gMark < 82000 then
- puppetSound(the name of cast 579)
- else
- if (gMark < 204000) and (gMark > 79000) then
- puppetSound(the name of cast 580)
- else
- puppetSound(the name of cast 581)
- end if
- end if
- updateStage()
- end
-